CodeVerge.Net Beta


   Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums



> NEWSGROUP > Adobe-Macromedia Forums > macromedia.coldfusion.cfml_general_discussion
 Post New
 TypeRepliesViewsDate
Querying a remote DB
Hello guys, I'm trying to do something and don't know how. I need to be able to
query a remote mySQL db from a CF server.
Basically what I'm trying to do is this:

1) User selects x
 1352/20/2008 2:06:23 PM
CFAJAXPROXY - getting JSON data ?
I want to pass JSON formatted data to JavaScript components (I want to use
Yahoo Interface framework) - CFC methods accessed via CFAJAXPROXY tag
automatically return results already convert
 0272/20/2008 2:02:05 AM
Setting coldfusion site on linux machine???
Could anyone guide me to any website where i can run coldfusion sites on the localhost on a linux machine?
I have installed coldfusion mx 6.01 succesfully but need some help on the above.
 0612/20/2008 12:40:47 AM
Mail Header displaying in mail body
Hi,

We recently moved our site from a shared CFMX7 server to a shared CFMX8
server. All the code is the same with no changes.

Since the move, several of our clients who receiv
 0442/20/2008 12:26:01 AM
CFSELECT bind performance
I've just started using the AJAX bind on CFSELECT control, and have run up
against an issue with performance. I'm using a cfc function bind.

I've got a recordset that is over 10,000 ro
 0392/19/2008 11:43:09 PM
choose to show or not to show...
Hi there,

I have a simple page with data. I want to give the user the option to stop
some of the data from appearing. e.g. comments

so basically the user can say "no comm
 1332/19/2008 11:11:28 PM
CFLAYOUT not working in Firefox
Hello

I have a CFLAYOUT (<cflayout type="border">) that is working fine in IE but
only works in Firefox if I leave out the DOCTYPE. Obviously this is a not a
soutio
 0512/19/2008 7:20:03 PM
How do I solve this problem -
I query a table and pull out records base on req_no. I then output the data in
a table and create two radio buttons, with the same name and values of yes and
no.

The problem I am r
 5402/19/2008 5:39:53 PM
advanced searching problem coming up?
i am working on the website which makes a advances search but due to some cause
it is not working, it is by default shows all results no matter if i filter the
results by any means..
 0352/19/2008 7:15:59 AM
apple dashboard widget - coldfusion help docs
i have been searching for awhile now to see if anyone has started or created an
apple os x dashboard widget that would display coldfusion help references or
even reference the adobe live doc
 6392/18/2008 10:50:36 PM
Current URL
Hello. I know I can set the last page a user was on with CGI.HTTP_REFERER but I was wondering how to store the current url of the page someone is on.

Thanks.
 3452/18/2008 7:53:51 PM
Big problem.
Okay guys, I'm having this major problem with ColdFusion and JavaScript running
together. Here's pretty much my problem. I'm going to describe my page(s)
that I'm having trouble with, and
 4472/18/2008 6:15:39 PM
PHP to WDDX to CF
Hello everybody. I'm having big problems creating a nicely formatted PDF from a
php page. With coldfusion it works great. So I'm trying to send the query
result from PHP to Coldfusion and th
 0452/18/2008 4:30:05 PM
cfdocument with textarea auto Height
Hi All,
I successfully display the content but let the textarea auto detect my content
lengh, so auto height, not fix rows. Below is the coding:

But the problem is if i put cfdocum
 0492/18/2008 12:28:17 PM
Frames and fuse box giving problem in IE7
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd"> <html> <head> <title>Octagon:
Powered by Cip
 2412/18/2008 10:33:18 AM
Flex and CFForm Flash
Dear all,

I have a few questions on flex:

1. Is <cfform format="flash"> using flex engine?
2. What is the difference between flash form (with all actionscript
 0432/18/2008 9:39:51 AM
Embed youtube content
Hi,

I have a client for whom I've built a simple CMS to manage their site. She
would like to embed youtube content in some of her articles. When I test this,
it doesn't work.
 1242/18/2008 4:12:24 AM
Very simple cfselect question
Hi,

I have a really noob question; what is the easiest way to output the values of
a cfselect dropdown to a cfoutput tag on the same page?

I am only interested in puting the
 7322/17/2008 7:11:11 PM
array error
I was working on the upload functionality when i stuck at some point where i
have four fields in the database as attachments fields and they all have the
null values means they can be empty
 3412/17/2008 7:10:51 PM
What type of Framework or Design Pattern is this?
I am very interested in creating all of my ColdFusion sites like this.
http://mydomain.com/portfolio/ http://mydomain.com/portfolio/

What framework or design pattern in ColdFusion will
 0252/17/2008 1:02:14 PM
java.lang.ArrayIndexOutOfBoundsException: 9
Hi I logged an exception last night when a subscriber tried to log into my web site: Error.message: 9 Error.rootCause: java.lang.ArrayIndexOutOfBoundsException: 9 Error.diagnostics: 9 n
 2432/16/2008 11:23:51 PM
including output tags from dB
I am sure this is something pretty simple but right now I can't think of the solution. What I got is a text that comes from db field called description that has few outputs defined in text such
 3472/16/2008 9:10:17 PM
Need help with a Form
Hello,

I have a form with ONLY 4 radio buttons, SUBMIT button and no other form
fields. Depending on which radio button is selected I want to display form
fields corresponding to
 2402/16/2008 4:17:20 PM
Unable to Save File
Hello.
Sometimes I cannot save a cfm file I am working on (or a css file) in my
ColdFusion environment.
I get the error message:

"The document ........is in use by anot
 7472/15/2008 11:24:26 PM
MySQL, Coldfusion Flex: upload and watch videos
Hi,
I have a mysql database connected to coldfusion 8 and client interface is flex. I want to upload a video in mysql and if client request it, it should play in flex.

How do i do this?:r
 0422/15/2008 10:00:03 PM
Memory Spike
We have been trying to run CFMX 8 in our prod environment for the past week
without success.

Our cfmx7 instance runs like a champ... However, under 8 things run fine and
then "
 0482/15/2008 8:48:40 PM
CF8 cfquery multiple sql statements
In CF8, when I run a cfquery against MS SQL 2005 with multiple SQL statements,
the query return the result of the first statement not the last one as in CF7.
The following code snippet will
 12442/15/2008 7:14:03 AM
Webcharts3D Question
All,

I have a question regarding WebCharts3D. I've created some gauge charts in
PNG format. Each gauge displays "high level" data for a certain category. Now
what I'v
 2452/15/2008 4:27:45 AM
cfif expression problem
just a quick question guys...I am trying to validate a sql query fields...I am
using the following expression to check the different form fields. But, on
debugging I found out that the progr
 1302/15/2008 2:43:47 AM
CfGrid & Flash Question
I am trying to get HREF to work in CFGRID to no avail.

I am using cfform typd html (I tried type Fasl as well.) I've tried using the
href in the cfgrid tag only and in the crfrgidcolu
 4902/15/2008 2:09:23 AM
JPG images bloat CFDocument PDF 10X
We're creating PDF files using the CFDocument tag. We're including JPG images
in the document. The JPG files are 1MB in file size total but the resulting PDF
file is 11+ MEGs (10X). I've bee
 2812/14/2008 9:53:45 PM
Logout and prevent using the back button
How can you logout out of an application and not return to a certain page using
the back button?

I can clear all the session variables but if you use your back button you can
go ri
 4382/14/2008 8:52:47 PM
Downloading a RTF file
Hi,

Has anyone tell me what's wrong with my code? I'm trying to download a RTF
file but getting this message:
Internet Explorer cannot download file RequestForApproval.cfm for se
 2762/14/2008 7:41:44 PM
Slow server
In our environment we have 6 CFMX 8 servers. We have 2 servers that are taking
up 5x longer then the other to process the same code. All 6 servers are nearly
identical. The iis setup, CF
 2342/14/2008 6:56:44 PM
Unicode and CFFILE write not translating
I created a Korean user form that allows, and submits to SQL server, unicode
values. When the user hits submit the database gets updated, and I have a
display cfm page that correctly shows t
 6482/14/2008 6:26:20 PM
Shopping Basket
Hi,

I have a shopping basket-related question I hope a CF guru can give me some
advice on.

Is there a way that an online store can access the baskets of all people using
 5372/14/2008 5:47:32 PM
Flash form - a limit on number of elements?
Hello,

I am having an odd problem that I can't find the documentation for. I have a
huge form (I am using tabbed format to make it easier) that I am making in
flash, and I seem to
 1342/14/2008 5:24:25 PM
geting with cfc problem
hi i have some code to work but it is troubling me in the case that if the
values is not 0 just throwing an error:

here is the complete story

the code is executing well but i
 2382/14/2008 4:48:36 PM
301 redirect of non www
okay... so i'm hosting a site with CrystalTech so i don't have direct access to
the server. i know i can do a 301 redirect using CF on the code of a page to
redirect one page to another. i'
 2302/14/2008 4:02:25 PM
geting with cfc problem
hi i have some code to work but it is troubling me in the case that if the
values is not 0 just throwing an error:

here is the complete story

the code is executing well but i
 0372/14/2008 1:14:06 PM
cfgrid output problem
I am trying to execute a query on a db and display the results on a new page
using cfgrid and cfgridcolumn tags. I am using Eclipse Europa with a CFEclipse
plug-in with MYSQL server. When I
 3482/14/2008 10:15:26 AM
which is best practise?
<cfquery name="ins_q" datasource="#dsn#" username="#user#" password="#pass#">
<cfloop index="dept_var" list= "#dept_list#"
 5322/14/2008 1:14:30 AM
Removing space around Richtext CFTEXTAREA
I am using richtext CFTEXTAREA in a table but it has alot of padding around it.
I really need to figure out how to make that padding go away. I have tried
using style="margin:0px;&quo
 1482/14/2008 1:04:11 AM
Create PDF and save it on the server
Hi,

I know cfdocument can generate PDF document and cffile can save file.

But I want to generate a PDF on the server and send link to people for
download,do you this id it is
 1312/14/2008 12:54:54 AM
How to order by a varchar
Hi,
I need to sort a varcar column in numeric order. The if the query contains
more than 99 records, record 100th and greater get displayed right after 10.
In the database schema this
 5742/13/2008 10:37:35 PM
How to debug /test CFC?
Hi,

Do you know some tools I can use?

I have a lot cfc and it is slow to debug.

Please give me idea about this.

Thanks

Mark
 5332/13/2008 10:06:18 PM
Saving a CFINPUT field with Ajax
Can anyone give me some sample code to show how to make it so that when someone
clicks off a changed CFINPUT field, it accesses a CFC to save the value that
was typed into the field. I know
 0582/13/2008 8:14:45 PM
Suggestion to Forums Admin
G'day

I realise this is the wrong way to contact the forums administrators here,
but... well... there's traditionally been no other way that works reliably
(short of having a "ta
 3302/13/2008 5:41:59 PM
Please post your suggestion
For a project i want user to pick primary and secondary contact person.

Both list are same.

Primary is required. User must select one. Required is validated using JS.

Sec
 2482/13/2008 2:47:40 PM
Has anyone ever used this CF8 host?
Hi,

I'm currently using HostMySite - but it's just for my personal site and it
seems like I'm paying just too much for what I use it for $23.95 USD (about ?12
GBP) per month.
<
 1272/13/2008 2:17:42 PM


   
  Privacy | Contact Us
All Times Are GMT